Namespace - LJCDBMessage
Parameters
collection - The collection object.
Returns
True if there are items, otherwise false.
Syntax
C# |
public static Boolean HasItems(DbRow collection)
|
Checks if the collection has items.
Remarks
This allows a single if statement where the collection object may be null.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.